object AboutBox: TAboutBox Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'About' ClientHeight = 141 ClientWidth = 221 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 209 Height = 89 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProductName: TLabel Left = 8 Top = 8 Width = 144 Height = 13 Caption = 'Netscape Plugin Chooser' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Version: TLabel Left = 120 Top = 32 Width = 53 Height = 13 Caption = 'Version 1.0' IsControl = True end object Copyright: TLabel Left = 56 Top = 64 Width = 125 Height = 13 Caption = 'Copyright 1996 T.Kamachi' IsControl = True end end object OKButton: TButton Left = 55 Top = 108 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end end